Search Result

772 results found on Nordicsemi

Article 41 | News 652 | Product 79 | All results

14567 results found on DevZone

NordicSemi

Drug overdose prevention device alerts emergency services in the event of suspected overdose using Nordic cellular IoT connectivity

The LifeguardLite employs nRF9160 SiP cellular connectivity to notify building staff and emergency services of a potential overdose, heatstroke, or fire

Tags: nRF9160, nRF91 Series, nRF Connect SDK, Cellular IoT, LTE-M, NB-IoT, Connected Health, Sustainability, Good Health and Well-Being

News

4/22/2024

Cellular IoT platform debugs network connection errors and accelerates commercialization

Braveridge’s BraveLINK and BraveGATE use Nordic’s nRF9160 SiP to quickly solve network connection errors and significantly reduce cellular IoT development lead times

Tags: nRF9160, LTE-M

News

5/9/2022

Cellular panic button reveals an NB-IoT future for personal safety alarms

The Nordic nRF9160-based ‘Montr Emergency Button’ can reach places no other wireless signal can go such as deep basements commonly found below, for example, swimming pools. And even when there’s absolutely no connectivity from a regular cellphone network above ground, it is still able to transfer a user’s ID and GPS location to an emergency center via narrowband cellular NB-IoT (which a bit like low-frequency, long-wave radio can travel much further to and from base stations than wideband cellular signals used by smartphones)

Tags: nRF9160, GPS, NB-IoT, Connected Health, Wearables, nRF91 Series

News

7/18/2019

Environmental asset tracker combines cellular IoT and Bluetooth with a world-leading five-year battery life road mapped to become 10 on same tracker

Employing an ultra simple, ready-to-deploy design, the Meshtech Cloud Tracker continuously monitors the location and environmental condition of perishable goods, auto-provisions new trackers, auto-updates its firmware over-the-air, and leaves end customers with nothing more to do than simply select a cloud service provider to display collected location and sensor data for their particular application

Tags: nRF9160, nRF52811, Bluetooth 5.1, LTE-M, NB-IoT, nRF91 Series, nRF52 Series

News

12/19/2019

Nordic Semiconductor-powered smart streetlight controllers turn LED luminaires into IoT assets

obiWAN smart luminaire controllers use Nordic’s nRF9160 SiP for Cloud connectivity, with plans to use Onomondo’s SoftSIM for even lower power

Tags: nRF91 Series, nRF9160, Cellular IoT, LTE-M, NB-IoT, Professional lighting, Sustainability, Sustainable Cities and Communities

News

1/11/2024

Nordic cellular IoT-powered indoor comfort monitoring devices track wide range of environmental conditions in smart buildings

Adeunis’ COMFORT and COMFORT Serenity employ nRF9160 SiP to deliver near real time data to the Cloud

Tags: nRF9160, LTE-M, NB-IoT, Smart home, Sustainability, nRF91 Series, Good Health and Well-Being, Industry, Innovation and Infrastructure

News

9/18/2023

Nordic-powered inflatable hip airbag helps reduce the severity and impact of falls

The Wolk employs Nordic Semiconductor’s nRF9160 SiP to analyze movement data, allowing it to inflate quickly if it detects a potential fall

Tags: nRF9160, LTE-M, NB-IoT, Connected Health, Wearables, Sustainability, nRF91 Series, Industry, Innovation and Infrastructure

News

7/6/2023

Third-party modules/modems

Save time, money and get to market faster with pre-certified development modules

Article

nRF9161

Low power SiP with integrated LTE-M/NB-IoT and DECT NR+ modem, and GNSS

Product

Cellular IoT helps prevent auxiliary power stations being fired up in U.S. by streamlining demand from domestic electric water heaters

Domestic water heaters are estimated to be responsible for up to 20% of power usage per house in the U.S. By using a cellular IoT LTE-M wireless water heater controller they can be selectively switched on and off during the day in an optimized way

Tags: nRF9160, nRF52840, LTE-M, 2.4GHz proprietary, nRF91 Series, nRF52 Series

News

3/24/2020

DevZone - first 10 hits

How to use AUX output on nRF5340 Audio DK

Hi, I have an nRF5340 Audio DK. As the first step, I want to play a simple 1k Hz tone and output it via the AUX jack on the board. Is there any related sample code for me to get started with? Alternatively, I do have an external DAC module that takes in I2S data. Is there any example code that demonstrate how to use I2S feature in nRF Connect SDK? Thank you!

forum

5/3/2024

Inquiry Regarding Modbus Implementation on nRF9160 Development Kit

Hi, I am writing to seek guidance regarding the implementation of Modbus communication on the nRF9160 Development Kit. As a developer who is relatively new to the concept of Modbus, I have been exploring the capabilities of the nRF9160 board and have come across sample code for Modbus RTU client and server implementations. However, I have some queries regarding the feasibility of using this functionality on my current setup. Currently, I have only one nRF9160 Development Kit available for testing purposes. My primary objective is to perform both client and server operations using this single board without the need for additional hardware. Is it possible to perform both client and server operations with just one nRF9160 board? Can I utilize the UART TTL interface on the nRF9160 board for Modbus communication? Given my setup, where I intend to use a computer as the master and the nRF9160 as the client,

forum

5/3/2024

Random blocking issue with getaddrinfo function

Hello, I am currently using some code from the HTTP client sample to send HTTP requests to a server from my application. I have encountered an issue where the thread from which I send the request occasionally blocks. The serial log indicates that the execution stops at the getaddrinfo function and hangs indefinitely. I have left it running for up to 20 minutes before resetting, but getaddrinfo did not return. This issue occurs randomly, sometimes minutes after booting, and sometimes after hours of sending data to the server. Other threads (like the LCD) are working fine and remain responsive during this time. Here are the details of my setup: Module: Avnet AVT9152 SoC: nRF9160 SDK: nRF Connect SDK v2.5 Modem Firmware: Latest version Here is the function I use for HTTP requests: int http_client_send_request(struct http_request *request) { int err; int fd; struct addrinfo *res; struct addrinfo hints = { .ai_family

forum

5/3/2024

how to use but 3.3v and 1.8v from the internal regulated supply

Hi I am facing this issue were I need but 1v8 and 3v3 at the same time to power PPG sensor and it's LEDs so if there any example code for this approach pls share. Best regards Karthik

forum

5/3/2024

Understanding periodic advertising using periodic_adv and periodic_sync

Hello, I am a beginner with the Nordic development kits. I have purchased two nRF52833 development kits and I would like to perform Bluetooth Direction Finding with these kits. Before that, I would first like to implement periodic advertising of BLE packets to understand what happens before I jump into direction finding. I have seen that periodic_adv and periodic_sync are two examples that I can run to understand their working. The periodic_adv sends periodic advertising data every 10 seconds as given in the sample. But I am unable to receive the packets in the periodic_sync. I have not made any changes to the sample code. I would like to know what I am missing out and maybe some guidance on how I can send different data in place of the mfg_data[]. I have attached the serial monitor log for both the periodic_adv and periodic_sync. Periodic_adv: Periodic_sync: Here, it does not

forum

5/2/2024

Pairing failed, security failed when using central uart example, additionally I cannot see data on the central side sent by peripheral

Hello, I am trying to established a Bluetooth communication between nrf52840dk and Fanstel BLG840F. nrf52840dk acts as peripheral device and Fanstel BLG840F acts as central device. For peripheral device, I am using ble_peripheral -> ble_app_uart example from nRF5_SDK_17. For central device, I am using bluetooth -> central_uart example from nRF SDK Connect. I am sending some dummy data from peripheral to central. But, I am stuck on pairing which is constantly failing if I use security. I get below error. And if I remove the below security, the I can see the peripheral device led stops blinking. And, on central side terminal window, I can verify it getting disconnected but, I didn't receive any data on central side. I am guessing this is because ble_data_received() is not getting executed (as I have given a print statement which is not printed on the central terminal). err = bt_conn_set_security(conn, BT_SECURITY_L1); if (err)

forum

5/2/2024

QUERY - [nRF52840][ZIGBEE][ZEPHYR-BLE] Is controlling LIGHT_BULB(ZIGBEE) from ZEPHYR_BLE_CENTRAL possible ??

Hello Team, I am using nrf52840 board which supports ZIGBEE and ZEPHYR. Setup Details: Zigbee_LIGHT_BULB (nRF52840 DK) Zephyr_BLE_CENTRAL (nRF52840 DK) In zephyr I have implemented BLE CENTRAL CODE and in ZIGBEE, LIGHT_SWITCH(ROUTER) and LIGHT_BULB(END_DEVICE) examples. Now, I want to control ZIGBEE LIGHT_BULB(END_DEVICE) to turn ON and OFF the BULB using BLE CENTRAL CODE. 1. Is it possible to control ZIGBEE LIGHT_BULB(END_DEVICE) using BLE CENTRAL CODE in ZEPHYR which is implemented in zephyr? 2. Also, In ZIGBEE LIBRARIES, why ZEPHYR BLE CENTRAL CODE is not supporting ? As I am new to this, please help here get the above information. Thanks a lot !!! Best Regards, Deepika B

forum

5/2/2024

asset_tracker_v2 booting with V2.5.0

I have a nRF9160DK board running asset_tracker_v2 on a nRF9160 custom board. V1.7.0 loads and boots fine but when I use V2.5.0 the boot fails as shown below. The only change I have made to the V2.5.0 asset_tracker_v2 code was to change the 2 lines in prj.conf that had my AWS information. This code loads fine in a nrf9160DK board but fails when I use the V2.5.0 version in the custom board. The V1.7.0 version loads in the custom board and had been running for several years. any ideas what I am doing wrong? any way to get more information on why the boot is failing? any help would be greatly appreciated. We have V1.7.0 out in the filed in many sites for years and it is working perfectly. The decision was made to upgrade to V2.5.0 so I am stuck until I can get this to boot correctly. I

forum

5/1/2024

sys_poweroff not working after sleep in nrf52832_mdk

Hi Community! I am a beginner with NRF and zephyr and currently doing a small project on nrf52832_mdk on zephyr. I want to deep sleep the system (sys_poweroff) when nothing is happening. I followed the poweroff example and its working fine. I have attached a multimeter in paralell to measure current and I can see the current drop when system poweroff smootly. In my actual project, when I run the sys_poweroff command in main thread after initialization, it gives the expected results. The system shuts down completely and current drops in micro amperes. int main(void) { printk("initializing the system \n"); int ret; int errorCode = 0; struct sensor_value regValue; /**** Initialize LED****/ ret = led_init(); if (ret != 0) { printk("could not Initialize LED \n"); } /**** Initialize the SC7A20 Sensor ****/ ret = sc7a20_sensor_init(); if (ret != 0) { printk("sensor Initialization failed \n"); errorCode = ERROR_SC7A20_SENSOR; } ret =

forum

5/1/2024

Using high precision measurement in Nordic Distance Toolbox

Hey, I watched webinar with presentation of NDT and a Lidar as a reference data and if looks quite impressive for high precision calc method. We are using 7002 DK and we would like to really see how it works. Currently we did some testing for IFFT method from nrf-sdk samples, but as it was said in webinar these result are not trustworthy for wide measurement ranges. However, i haven't seen example usage of nrf_dm_high_precision_calc() function in sdk, or github. I know that there is a need of calling nrf_dm_populate_report but i still fail using this with sdk 2.5.0. Could you maybe share a piece of code, where you present how to properly use these tools for high precision distance measurement? It could be for other target or SDK version, i just need a start point.It could be the code, that you use for webinar measurement with roll camera :)

forum

4/30/2024